home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio / LPCView / Source / Dispatcher.h < prev    next >
Encoding:
Text File  |  1992-03-07  |  904 b   |  47 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/Application.h>
  5. #import <sys/param.h>
  6.  
  7. @interface Dispatcher:Application
  8. {
  9.     int    numbytes;
  10.     NXStream    *selection; 
  11.     id    deflpc, defmerge, defptrack, defstabilize, defhz, defpoles, defplaypitch;
  12.     id    defframes, deflowcps, defhighcps, defpitchframe;
  13.     char    appDir[MAXPATHLEN];
  14.     id     helpObject;
  15.     id    prefPanel;
  16. }
  17.  
  18. + new;
  19. - init;
  20. - (const char *)appDirectory;
  21. - setPrefs;
  22. - changePrefs:sender;
  23. - windowWillClose:sender;
  24. - createPlot:sender;
  25. - create:sender;
  26. - createPCH:sender;
  27. - viewFile:(char *)filename;
  28. - viewPCHfile:(char *)filename;
  29. - openLPCfile:sender;
  30. - openPCHfile:sender;
  31. - cut:sender;
  32. - copy:sender;
  33. - insert:sender;
  34. - (BOOL)appAcceptsAnotherFile:sender;
  35. - (char *)lpc;
  36. - (char *)stabilize;
  37. - (char *)ptrack;
  38. - (char *)merge;
  39. - (char *)hz;
  40. - (char *)playpitch;
  41. - (int)poles;
  42. - (int)frames;
  43. - (float)lowcps;
  44. - (float)highcps;
  45. - (int)ptchframe;
  46. @end
  47.